home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lantools
/
lanutil
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1991-01-21
|
2KB
|
73 lines
echo off
echo .
echo The install line above should read
echo A:install A,C
echo where A is the drive you have inserted the LAN Watch disk in,
echo and C is your hard disk drive. If your hard disk is not in
echo drive C, replace the C with the correct identifier for your
echo hard disk. Likewise, if the LAN Watch disk is not in
echo drive A, replace the A on the left and right side of the
echo install line with the correct identifier.
echo Be sure not to include any colons on the right side of the install line.
echo .
echo If the install line is not correct press Ctrl C now,
echo else
pause
echo on
%2:
cd \
if not exist logon.com copy %1:logon.com
md \zzlog
cd \zzlog
copy %1:logon.com
copy %1:password.exe
if not exist password.bin copy %1:password.bin
if not exist group.bin copy %1:group.bin
echo off
echo .
echo .
echo The Logon and Password programs have been
echo installed on %2:\zzlog.
echo .
echo If this is a network workstation and you do not want
echo to install the Report and Setup programs please
echo press CTRL C now.
echo else
pause
echo on
copy %1:readme.exe
copy %1:readme.doc
copy %1:readme.txt
if not exist prt_init.txt copy %1:prt_init.txt
copy %1:setup.ctx
copy %1:setup.hlp
copy %1:report.ctx
copy %1:report.hlp
if not exist menus.bin copy %1:menus.bin
if not exist colors.bin copy %1:colors.bin
copy %1:setup.exe
copy %1:report.exe
copy %1:lanwatch.doc
echo off
cls
echo ..................................
echo . tm .
echo . Multi-User LAN Watch 1.03 .
echo . Copyright (C) 1990 by E. Zaron .
echo . All Rights Reserved. .
echo . .
echo . LAN Watch has been installed .
echo . on directory %2:\zzlog .
echo . .
echo . To load Logon into your .
echo . computer's memory type the .
echo . following two lines at the .
echo . DOS prompt. .
echo . .
echo . CD \ .
echo . LOGON .
echo . .
echo ..................................
echo on